From d773d7bb9391f1bdab442a070235ac2acb4adbb3 Mon Sep 17 00:00:00 2001 From: Jim McGrath Date: Mon, 8 May 2017 12:58:02 -0500 Subject: [PATCH] use latest rustup again (undo pin to 1.2.0) --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2ed457233..7c3597b04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,11 +28,7 @@ install: - if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul - if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH% - # FIXME(#3394) use master rustup - # for the purposes of testing this PR, use rustup 1.2.0 because there is possibly a - # change https://github.com/rust-lang-nursery/rustup.rs/pull/1093 about to land - # nightly rustup that will also fix some of the failing windows tests. - - curl -sSfO https://static.rust-lang.org/rustup/archive/1.2.0/x86_64-pc-windows-msvc/rustup-init.exe + - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-03-03 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET% -- 2.30.2